remove unused set_need_recomposite() function.
authorManish Singh <yosh@gimp.org>
Thu, 26 Aug 2004 00:21:34 +0000 (00:21 +0000)
committerManish Singh <yosh@src.gnome.org>
Thu, 26 Aug 2004 00:21:34 +0000 (00:21 +0000)
Wed Aug 25 17:23:23 2004  Manish Singh  <yosh@gimp.org>

        * io-gif.c: remove unused set_need_recomposite() function.

gdk-pixbuf/ChangeLog
gdk-pixbuf/io-gif.c

index 7725c302c303ae3ef244a23b3774eb0c3e0940bb..3717c4329b28ce73ea44d4c5246497c535aeaac0 100644 (file)
@@ -1,3 +1,7 @@
+Wed Aug 25 17:23:23 2004  Manish Singh  <yosh@gimp.org>
+
+       * io-gif.c: remove unused set_need_recomposite() function.
+
 2004-08-25  Matthias Clasen  <mclasen@redhat.com>
 
        * === Released 2.5.2 ===
index 7df855d9e5accb1958b47faafcf08a25cd57b7ea..1320922e7fb289652673c5db863c2e91c4d14715 100644 (file)
@@ -770,13 +770,6 @@ gif_fill_in_lines (GifContext *context, guchar *dest, guchar v)
        }
 }
 
-static void
-set_need_recomposite (gpointer data, gpointer user_data)
-{
-        GdkPixbufFrame *frame = (GdkPixbufFrame *)data;
-        frame->need_recomposite = TRUE;
-}
-
 /* Clips a rectancle to the base dimensions. Returns TRUE if the clipped rectangle is non-empty. */
 static gboolean
 clip_frame (GifContext *context,